Package-level declarations
Safety policies and validation guards for automated actions. Use this package to keep tool execution practical and safe.
Types
Link copied to clipboard
Link copied to clipboard
class SafetyValidator(allowedCommands: List<String>, maxEntitiesPerCommand: Int, maxBlocksPerCommand: Int)
Validates Minecraft commands against a whitelist and safety rules.